JavaScript

{dialog.object}_listShiftPositionSelectedRows Method

Syntax

{dialog.object}._listShiftPositionSelectedRows(UXListName, direction);

Arguments

UXListNamestring

The name of the List control.

directionstring

The direction to move the selected rows. Direction can be one of the following:

top

Move the selected rows to the top of the List.

up

Move the selected rows up one row in the List.

down

Move the selected rows down one row in the List.

bottom

Move the selected rows to the bottom of the List.

Description

Reorders the items in a List by shifting the selected rows in the specified direction.

Example

{dialog.object}._listShiftPositionSelectedRows('LIST1','down');

See Also